home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / submenu / 00095.ls < prev    next >
Encoding:
Text File  |  1995-03-29  |  230 b   |  12 lines

  1. on exitFrame
  2.   global NextMovie, game6level, whichdoor, nextact
  3.   set nextact to 6
  4.   set whichdoor to 17
  5.   if game6level = 3 then
  6.     set NextMovie to "act6b"
  7.   else
  8.     set NextMovie to "act6a"
  9.   end if
  10.   puppetSprite(17, 0)
  11. end
  12.